@charset "utf-8";
html,
body {
    background-color: #fff;
}

input[type='text']:focus,
textarea:focus {
    border-color: #999 !important;
}

.tit-head {
    height: 260px;
    background: url("../images/common_bg.png") no-repeat;
    background-size: cover;
}

.matter {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 550px;
    padding-top: 100px;
    padding-bottom: 200px;
}

.matter .my-nav {
    margin: 0 auto;
    width: 1200px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(99, 117, 138, 0.23);
    box-shadow: 0 4px 12px 0 rgba(99, 117, 138, 0.23);
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 88px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.matter .my-nav h1 {
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    color: #080810;
}

.matter .my-nav .xieyi {
    width: 1018px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}

.matter .my-nav .xieyi tr {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    height: 45px;
    line-height: 45px;
}

.matter .my-nav .xieyi tr.xy-title {
    height: 55px;
    line-height: 55px;
    background: #f1f1f1;
    font-size: 16px;
}

.matter .my-nav .xieyi tr a {
    color: #007ef1;
}

.matter .my-nav .xieyi tr a:hover {
    text-decoration: underline;
}

.matter>h1,
.matter>h2,
.matter>h3,
.matter>p,
.matter .shuming {
    width: 1010px;
    margin: 0 auto;
}

.matter>h1 {
    font-size: 18px;
    color: #080810;
    text-align: center;
    padding: 40px 0 12px;
}

.matter>h2 {
    font-size: 14px;
    color: #ff5a5f;
    text-align: center;
    padding-bottom: 32px;
}

.matter>h3 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #080810;
}

.matter>p {
    font-size: 14px;
    color: #666;
    padding-bottom: 32px;
    line-height: 22px;
}

.matter>p span {
    color: #fc5c63;
}

.matter>p img {
    height: 120px;
    width: 620px;
}

.matter .shuming {
    margin-top: 30px;
}

.matter .shuming p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    float: right;
    width: 170px;
    clear: both;
}

.matter .userIdentity {
    border: 1px solid #e1e1e1;
    padding: 9px 24px;
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
    width: 216px;
}

.matter .userSave {
    font-size: 14px;
    color: #007ef1;
    padding: 9px 24px;
    background-color: inherit;
}